(C) 1990-1995 Stuart Cheshire <cheshire@cs.stanford.edu>
I am making this small collection of work available as a contribution to the Macintosh programming community.
I intend to try to accumulate code fragments, hints and tips etc, that I think will be useful to others.
This is *my* ftp site, for what I write. I'm sorry, but like Apple, I don't have time to manage contributions from others, even if they are good. Of course, I will accept corrections if people notice mistakes.
The sample code was mostly written on Think C for 68K Macs, and will work fine on PowerMacs too. You may have to make some changes to compile it with CodeWarrior.
The file “StuTypes.h” defines standard types that I use frequently. This file is referenced by some of the other code fragments.
The file “StuAppleTalk.h” defines the structure “MPPglobals”, which Inside Macintosh documents, but Apple forgot to actually declare in the header files. This file is referenced by some of the other code fragments.